Output tms-marker at beginning as suggested by tiger spec.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 16 Jan 2003 03:00:34 +0000 (03:00 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 16 Jan 2003 03:00:34 +0000 (03:00 +0000)
gpsbabel/tiger.c

index b096875d7b8d039722fe9961707b7940cf32a76d..e6b1ca90e744ad361230a17a39367a17d6d788bf 100644 (file)
@@ -96,6 +96,7 @@ gpsutil_disp(const waypoint *wpt)
 static void
 data_write(void)
 {
+       fprintf(file_out, "#tms-marker\n");
        waypt_disp_all(gpsutil_disp);
 }